home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_1179
/
PlaceObject2_1084_67
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Wrap
Text File
|
2008-09-12
|
796b
|
31 lines
onClipEvent(load){
heroe = _root.heroe;
mapa = _root.mapa;
heroe.keys = true;
SPEED = 10;
VSPEED = 10;
gravity = 0.6;
accel = 1.6;
MAXHIGH = 100;
currenthigh = 0;
dx = 0;
idle = true;
done = false;
DAMAGE = 4;
barra = eval(_root.bevil);
MAXDAMAGE = barra._totalframes;
FLASHTIME = 70;
timerdamage = 0;
currentdamage = 0;
hitted = false;
flashing = false;
hitable = false;
myColor = new Color(this);
myColorTransform = new Object();
myColorTransform = {ra:"100",rb:"130",ga:"100",gb:"200",ba:"100",bb:"255",aa:"100",ab:"00"};
myColorNormal = {ra:"100",rb:"00",ga:"100",gb:"00",ba:"100",bb:"00",aa:"100",ab:"00"};
death = false;
land = new Sound();
land.attachSound("sapolanding");
}